home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1993 / apr93 next >
Encoding:
Text File  |  1996-02-28  |  3.4 KB  |  70 lines

  1. 07/08/94
  2. Getting the best from the Outline Font Manager
  3.  
  4. The Outline Font Manager is provided as standard with RISC OS 3, and 
  5. can be used with RISC OS 2 although it is not a part of built in OS ROM.
  6.  
  7. There are a number of configuration settings available which allow you 
  8. to tune the performance of the Outline Font Manager to best suit the 
  9. way that you use your system.
  10.  
  11. It is important to ensure that there is an adequate amount of space 
  12. allocated for the font cache. This is an area of memory which is used 
  13. to hold font data within the computer's memory rather than having to go 
  14. and fetch it from disc each time it is needed. The initial size of the 
  15. area after a reset/power on can be set with 
  16.  
  17. *configure FontSize <number>K 
  18.  
  19. (or using !Configure). Even if you only make minimal use of fonts you 
  20. should always ensure that there is some font cache available. The optimum 
  21. setting to use depends upon the amount that you use fonts. A useful 
  22. yardstick is to put aside around 64K-128K per megabyte of memory in the 
  23. computer, so on a 2MB machine the setting would be between 128K and 256K. 
  24. The maximum setting is 1024K. Intensive font users may wish to use 256K 
  25. per megabyte instead.
  26.  
  27. However setting the size of the font cache is not the end of the story. 
  28. The next decision to make is where to place the tradeoff between high 
  29. quality anti-aliased characters and memory consumption/performance.
  30.  
  31. Anti-aliasing consists of determining how much of a character outline 
  32. occupies a given pixel. This information is used to choose a colour between 
  33. the foreground and background colour to represent it (this is typically a 
  34. range of greys between black in the foreground and white in the background). 
  35. The result of this is that characters will look much less jagged and more 
  36. pleasing to the eye. However calculating anti-aliasing takes time, so there 
  37. is a tradeoff to be made. You can also decide at which size of character 
  38. anti-aliasing should not be used since the character has become large enough 
  39. not to require anti-aliased pixels to assist its definition.
  40.  
  41. These settings are controlled by the five fontmax configuration values. 
  42. RISC OS 3 users may alter them by using !Configure. Any RISC OS user can 
  43. change them by pressing F12 and typing 'configure fontmax<n> <value>'. <n> 
  44. is the fontmax number (1-5) and <value> is the point size.
  45.  
  46. Fontmax2 and Fontmax3 (described as 'Use anti-aliasing for characters' and 
  47. 'Use cached bitmaps for characters' in !Configure) jointly set the maximum 
  48. point size of character which will be drawn using anti-aliasing. If the 
  49. point size used is larger, it will be scaled directly from the outlines 
  50. without being anti-aliased. Set both of these to the maximum point size that 
  51. you want anti-aliasing to be used with.
  52.  
  53. Note: The above is a great simplification of the real situation - those 
  54. interested in reading further should consult the RISC OS 3 Programmer's 
  55. Reference Manual.
  56.  
  57.  
  58. Acorn Pocket Book A-Link
  59.  
  60. The Acorn Pocket Book A-Link allows you to transfer data between a Pocket Book 
  61. and an Acorn 32 bit computer, and consists of a hardware link and a software 
  62. application which runs on the 32 bit workstation.
  63.  
  64. The A-link has advanced features which make it easy to use and because of this 
  65. RISC OS 3 (Version 3.10 or later) is required. This is provided as standard 
  66. with all new A3000 (ie A3010 and A3020), A4000, A5000 and A4 computers, and is 
  67. available as a low-cost upgrade to existing Archimedes owners. For further 
  68. details contact your local supplier.
  69.  
  70.